home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
sgauss.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
1KB
|
30 lines
.TH SGAUSS
6 "IRIT Version 6.0"
.SH NAME
SGAUSS
SurfaceType SGAUSS( SurfaceType Srf )
Evaluates the Gaussian curvature field of surface Srf.
Example:
Srf1 = hermite( cbezier( list( ctlpt( E3, 0.0, 0.0, 0.0 ),
ctlpt( E3, 0.5, 0.2, 0.0 ),
ctlpt( E3, 1.0, 0.0, 0.0 ) ) ),
cbezier( list( ctlpt( E3, 0.0, 1.0, 0.0 ),
ctlpt( E3, 0.5, 0.8, 0.0 ),
ctlpt( E3, 1.0, 1.0, 0.5 ) ) ),
cbezier( list( ctlpt( E3, 0.0, 2.0, 0.0 ),
ctlpt( E3, 0.0, 2.0, 0.0 ),
ctlpt( E3, 0.0, 2.0, 0.0 ) ) ),
cbezier( list( ctlpt( E3, 0.0, 2.0, 0.0 ),
ctlpt( E3, 0.0, 2.0, 0.0 ),
ctlpt( E3, 0.0, 2.0, 0.0 ) ) ) );
SGauss = SGAUSS( Srf1 );
Evaluates the Gaussian curvaure of Srf1.